home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / linux / announce / 9pl1 < prev    next >
Text File  |  1995-04-22  |  3KB  |  75 lines

  1. This message announces the availability of version 0.9.1 of Linux/68k.
  2.  
  3. It can be ftped from directory /pub/linux/680x0 at tsx-11.mit.edu.
  4.  
  5. A precompiled kernel executable can be found in vmlinux-0.09pl1.gz in
  6. the "kernel" subdirectory.
  7.  
  8. The corresponding "bootstrap" program for the Amiga is availalble in
  9. file bootstrap-1.8.gz in the "kernel" subdirectory.
  10.  
  11. The source patch for the this version of the kernel can be found in
  12. linux-0.9.pl1.diff.gz in the "src" subdirectory.
  13.  
  14. The changes in this release against 0.9:
  15.  
  16.  - The "reboot" system call works on the Amiga.  This also means
  17.    that CTRL-ALT-DEL will reboot your machine (careful!).
  18.  
  19.  - The sources for the Amiga bootstrap version 1.8 were not included
  20.    in 0.9.  They are included here.
  21.  
  22.  - A small bug in drivers/char/mouse.c was fixed (thanks to
  23.    sgoddy@cix.compulink.co.uk)
  24.  
  25.  - A new boot command line option was added (wd33c93=...) which allows
  26.    one to prevent the negotiation of asynchronous scsi for WD33C93
  27.    based SCSI drivers.  This option is specified on the "bootstrap"
  28.    command line, like the "ro" and "video=" options.
  29.  
  30.    This was required because some SCSI targets extremely dislike
  31.    synchronous SCSI negotiation.  If 0.08pl3 worked on your machine,
  32.    but 0.9 gave SCSI errors, you might want to try using this option.
  33.  
  34.    To use this option, determine the SCSI target number of the SCSI
  35.    device(s) for which you want to inhibit asynchronous SCSI
  36.    negotiation.   Then construct a number by setting the "target"th
  37.    bit if you want to inhibit for that target.
  38.  
  39.    Thus, to inhibit target 0, your number would be 0.  To inhibit
  40.    target 6, your number would be 64.  To inhibit targets 1 and 5,
  41.    your number would be 34 (2 + 32).
  42.  
  43.    Do this for the targets of each WD33C93 based controller you have
  44.    in your machine (1 controller in most cases).
  45.  
  46.    Then, construct a command line argument looking like:
  47.  
  48.     wd33c93=n1[,n2,n3]
  49.  
  50.    The code for each controller is specified, separated by
  51.    commas.
  52.  
  53.    Thus, if you have only one controller, and you want to inhibit on
  54.    targets 1 and 6, you would specify:
  55.  
  56.     wd33c93=65
  57.  
  58.  
  59. The precompiled kernel executable includes an Atari configuration, so
  60. if you are using an Amiga, you will probably want to reconfigure and
  61. recompile the kernel to exclude the Atari sources.
  62.  
  63. Further hints and installation instructions should be gleaned from the
  64. older ANNOUNCE-* files found in the same directory as this one.
  65.  
  66. One small note though: If you plan to use the minix and ext2
  67. filesystems, and you have the older mkfs and fsck programs (from
  68. 0.08pl2 or earlier), you must upgrade to the versions found either in
  69. the new-filesys.gz filesystem image, or the "tools" subdirectory on
  70. tsx-11.mit.edu.
  71.  
  72. Note also that binary distribution of various source packages are
  73. available from the "bin" subdirectory of the 680x0 archive on
  74. tsx-11.mit.edu.
  75.